ActualGraphic
Description
This property returns Picture.Graphic bounded by:
| Value | Condition |
|---|---|
| clipping rectangle | if ClipRectangle = True |
| rectangle | if ViewRectMode = True |
Returns:
| Value | Condition |
|---|---|
TsgCADImageClass = class of TsgCADImage | if Picture.Graphic is a descender of TsgDXFImageClass |
nil | if Picture.Graphic = nil |
TMetafile | otherwise |
Syntax
property ActualGraphic: TGraphic;